296. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:43:08 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

296.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Checkout/web/css/source/module_minicart.less2023-02-14 08:55:42 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Checkout/web/css/source/module_minicart.less2023-02-14 08:55:42 +0000

296.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1994
Changed00
Inserted00
Removed00

296.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

296.4 Active regular expressions

No regular expressions were active.

296.5 Comparison detail

1 // /** 1 // /**
2 //  * Copyright © 2015 Magento. All rights reserved. 2 //  * Copyright © 2015 Magento. All rights reserved.
3 //  * See COPYING.txt for license details. 3 //  * See COPYING.txt for license details.
4 //  */ 4 //  */
5  5 
6 // 6 //
7 //  Variables 7 //  Variables
8 //  _____________________________________________ 8 //  _____________________________________________
9  9 
10 @minicart__padding-horizontal: @indent__base; 10 @minicart__padding-horizontal: @indent__base;
11  11 
12 @minicart-qty__height: 24px; 12 @minicart-qty__height: 24px;
13  13 
14 // 14 //
15 //  Common 15 //  Common
16 //  _____________________________________________ 16 //  _____________________________________________
17  17 
18 & when (@media-common = true) { 18 & when (@media-common = true) {
19  19 
20     // 20     //
21     //  Minicart 21     //  Minicart
22     //  --------------------------------------------- 22     //  ---------------------------------------------
23  23 
24     .block-minicart { 24     .block-minicart {
25         .items-total { 25         .items-total {
26             float: right; 26             float: right;
27             .count { 27             .count {
28                 font-weight: @font-weight__bold; 28                 font-weight: @font-weight__bold;
29                 color: #000; 29                 color: #000;
30             } 30             }
31         } 31         }
32         .subtotal { 32         .subtotal {
33             text-align: left; 33             text-align: left;
34             .label { 34             .label {
35                 &:extend(.abs-colon all); 35                 &:extend(.abs-colon all);
36             } 36             }
37         } 37         }
38         .subtitle { 38         .subtitle {
39             display: none; 39             display: none;
40             &.empty { 40             &.empty {
41                 display: block; 41                 display: block;
42                 padding: 18px 0; 42                 padding: 18px 0;
43                 text-align: center; 43                 text-align: center;
44                 font-size: inherit; 44                 font-size: inherit;
45                 font-weight: 400; 45                 font-weight: 400;
46             } 46             }
47             .minicart-offcanvas & { 47             .minicart-offcanvas & {
48               &.empty { 48               &.empty {
49                 padding: 18px 20px; 49                 padding: 18px 20px;
50                 text-align: left; 50                 text-align: left;
51               } 51               }
52             } 52             }
53         } 53         }
54         .text { 54         .text {
55             &.empty { 55             &.empty {
56                 text-align: center; 56                 text-align: center;
57             } 57             }
58         } 58         }
59         .block-content { 59         .block-content {
60             > .actions { 60             > .actions {
61                 > .secondary { 61                 > .secondary {
62                     text-align: center; 62                     text-align: center;
63                     margin: 0 0 15px; 63                     margin: 0 0 15px;
64                     .action { 64                     .action {
65                         &.viewcart { 65                         &.viewcart {
66                             display: block; 66                             display: block;
67                             width: 100%; 67                             width: 100%;
68                             padding: 10px 15px; 68                             padding: 10px 15px;
69                             text-transform: uppercase; 69                             text-transform: uppercase;
70                             font-size: 15px; 70                             font-size: 15px;
71                             border: 1px solid #ccc; 71                             border: 1px solid #ccc;
72                             border-radius: 3px; 72                             border-radius: 3px;
73                         } 73                         }
74                     } 74                     }
75                 } 75                 }
76                 .paypal-logo { 76                 .paypal-logo {
77                     margin-top: 15px; 77                     margin-top: 15px;
78                     text-align: center; 78                     text-align: center;
79                 } 79                 }
80             } 80             }
81         } 81         }
82         .block-category-link, 82         .block-category-link,
83         .block-product-link, 83         .block-product-link,
84         .block-cms-link, 84         .block-cms-link,
85         .block-banners { 85         .block-banners {
86             margin: 15px 0 0; 86             margin: 15px 0 0;
87             text-align: center; 87             text-align: center;
88         } 88         }
89     } 89     }
90  90 
91     .minicart-wrapper { 91     .minicart-wrapper {
92         .lib-dropdown( 92         .lib-dropdown(
93             @_toggle-selector: ~".action.showcart", 93             @_toggle-selector: ~".action.showcart",
94             @_options-selector: ~".block-minicart", 94             @_options-selector: ~".block-minicart",
95             @_dropdown-toggle-icon-content: @icon-mini-cart, 95             @_dropdown-toggle-icon-content: @icon-mini-cart,
96             @_dropdown-toggle-active-icon-content: @icon-mini-cart, 96             @_dropdown-toggle-active-icon-content: @icon-mini-cart,
97             @_dropdown-list-item-padding: false, 97             @_dropdown-list-item-padding: false,
98             @_dropdown-list-item-hover: false, 98             @_dropdown-list-item-hover: false,
99             @_dropdown-list-margin-top: 7px, 99             @_dropdown-list-margin-top: 7px,
100             @_dropdown-list-border: 0, 100             @_dropdown-list-border: 0,
101             @_dropdown-list-pointer-position-top: -21px, 101             @_dropdown-list-pointer-position-top: -21px,
102             @_icon-font-position: before, 102             @_icon-font-position: before,
103             @_icon-font-size: 26px, 103             @_icon-font-size: 26px,
104             @_icon-font-line-height: 33px, 104             @_icon-font-line-height: 33px,
105             @_icon-font-color: @minicart-icons-color, 105             @_icon-font-color: @minicart-icons-color,
106             @_icon-font-color-hover: @minicart-icons-color-hover, 106             @_icon-font-color-hover: @minicart-icons-color-hover,
107             @_icon-font-color-active: @minicart-icons-color 107             @_icon-font-color-active: @minicart-icons-color
108         ); 108         );
109         .block-minicart { 109         .block-minicart {
110             .lib-css(padding, 15px @minicart__padding-horizontal); 110             .lib-css(padding, 15px @minicart__padding-horizontal);
111             width: 300px; 111             width: 300px;
112             right: 0; 112             right: 0;
113             color: #222529; 113             color: #222529;
114             top: 100%; 114             top: 100%;
115             margin-top: 13px; 115             margin-top: 13px;
116             right: 0; 116             right: 0;
117             box-shadow: 0 5px 8px rgba(0,0,0,.15); 117             box-shadow: 0 5px 8px rgba(0,0,0,.15);
118             .block-title { 118             .block-title {
119                 display: none; 119                 display: none;
120             } 120             }
121             &:before, &::after {display: none;} 121             &:before, &::after {display: none;}
122         } 122         }
123         .product { 123         .product {
124           .actions { 124           .actions {
125             > .primary, 125             > .primary,
126             > .secondary { 126             > .secondary {
127                 display: inline; 127                 display: inline;
128             } 128             }
129             .minicart-offcanvas& { 129             .minicart-offcanvas& {
130               > .secondary { 130               > .secondary {
131                 right: 10px; 131                 right: 10px;
132               } 132               }
133             } 133             }
134           } 134           }
135         } 135         }
136         .action { 136         .action {
137             &.close { 137             &.close {
138                 width: 40px; 138                 width: 40px;
139                 height: 40px; 139                 height: 40px;
140                 top: 0; 140                 top: 0;
141                 right: 0; 141                 right: 0;
142                 position: absolute; 142                 position: absolute;
143                 .lib-button-reset(); 143                 .lib-button-reset();
144                 .lib-button-icon( 144                 .lib-button-icon(
145                     @icon-remove, 145                     @icon-remove,
146                     @_icon-font-color: #777, 146                     @_icon-font-color: #777,
147                     @_icon-font-size: 16px, 147                     @_icon-font-size: 16px,
148                     @_icon-font-line-height: 16px, 148                     @_icon-font-line-height: 16px,
149                     @_icon-font-text-hide: true 149                     @_icon-font-text-hide: true
150                 ); 150                 );
151             } 151             }
152             &.showcart { 152             &.showcart {
153                 white-space: nowrap; 153                 white-space: nowrap;
154                 display: flex; 154                 display: flex;
155                 align-items: center; 155                 align-items: center;
156                 position: relative; 156                 position: relative;
157                 &.active { 157                 &.active {
158                   display: flex; 158                   display: flex;
159                   align-items: center; 159                   align-items: center;
160                   .minicart-icon { 160                   .minicart-icon {
161                     &::after { 161                     &::after {
162                       content: ""; 162                       content: "";
163                       border-width: 1px 1px 0 0; 163                       border-width: 1px 1px 0 0;
164                       border-color: #f4f4f4; 164                       border-color: #f4f4f4;
165                       border-style: solid; 165                       border-style: solid;
166                       background: #fff; 166                       background: #fff;
167                       width: 14px; 167                       width: 14px;
168                       height: 14px; 168                       height: 14px;
169                       position: absolute; 169                       position: absolute;
170                       top: calc(100%); 170                       top: calc(100%);
171                       left: 50%; 171                       left: 50%;
172                       margin-top: 8px; 172                       margin-top: 8px;
173                       margin-left: -7px; 173                       margin-left: -7px;
174                       transform: rotate(-45deg); 174                       transform: rotate(-45deg);
175                       z-index: 9; 175                       z-index: 9;
176                       animation: arrowFadeInDown .2s ease-out; 176                       animation: arrowFadeInDown .2s ease-out;
177                     } 177                     }
178                   } 178                   }
179                 } 179                 }
180                 .minicart-icon { 180                 .minicart-icon {
181                   font-size: 26px; 181                   font-size: 26px;
182                   position: relative; 182                   position: relative;
183                   &::before {margin: 0;} 183                   &::before {margin: 0;}
184                 } 184                 }
185                 .text { 185                 .text {
186                     &:extend(.abs-visually-hidden all); 186                     &:extend(.abs-visually-hidden all);
187                 } 187                 }
188                 .counter.qty { 188                 .counter.qty {
189                     color: @minicart__qty_color; 189                     color: @minicart__qty_color;
190                     position: absolute; 190                     position: absolute;
191                     right: 18px; 191                     right: 18px;
192                     top: -5px; 192                     top: -5px;
193                     font-size: 10px; 193                     font-size: 10px;
194                     font-weight: 600; 194                     font-weight: 600;
195                     text-align: center; 195                     text-align: center;
196                     width: 16px; 196                     width: 16px;
197                     height: 16px; 197                     height: 16px;
198                     line-height: 16px; 198                     line-height: 16px;
199                     border-radius: 8px; 199                     border-radius: 8px;
200                     overflow: hidden; 200                     overflow: hidden;
201                     color: #fff; 201                     color: #fff;
202                     background-color: #ff5b5b; 202                     background-color: #ff5b5b;
203                     padding: 0; 203                     padding: 0;
204                     .loader { 204                     .loader {
205                         > img { 205                         > img {
206                             .lib-css(max-width, @minicart-qty__height); 206                             .lib-css(max-width, @minicart-qty__height);
207                         } 207                         }
208                     } 208                     }
209                 } 209                 }
210                 .counter-label { 210                 .counter-label {
211                     &:extend(.abs-visually-hidden all); 211                     &:extend(.abs-visually-hidden all);
212                 } 212                 }
213                 &:before, &.active:before { 213                 &:before, &.active:before {
214                     color: @minicart__icon_color; 214                     color: @minicart__icon_color;
215                     line-height: 40px; 215                     line-height: 40px;
216                     margin: 0; 216                     margin: 0;
217                     display: none; 217                     display: none;
218                 } 218                 }
219                 &:hover:before, &:active:before, &.active:before, &.active:hover:before { 219                 &:hover:before, &:active:before, &.active:before, &.active:hover:before {
220                     color: @minicart__icon_color; 220                     color: @minicart__icon_color;
221                 } 221                 }
222                 &::after { 222                 &::after {
223                   content: "\e81c"; 223                   content: "\e81c";
224                   font-family: 'porto-icons'; 224                   font-family: 'porto-icons';
225                   font-size: 17px; 225                   font-size: 17px;
226                   margin-left: 15px; 226                   margin-left: 15px;
227                   display: block; 227                   display: block;
228                 } 228                 }
229             } 229             }
230         } 230         }
231         .minicart-widgets { 231         .minicart-widgets {
232             padding: 0 10px 0; 232             padding: 0 10px 0;
233         } 233         }
234         &.minicart-offcanvas{ 234         &.minicart-offcanvas{
235           .action { 235           .action {
236             &.showcart { 236             &.showcart {
237               &.active { 237               &.active {
238                 .minicart-icon { 238                 .minicart-icon {
239                   &::after {display: none;} 239                   &::after {display: none;}
240                 } 240                 }
241               } 241               }
242             } 242             }
243           } 243           }
244           &.active { 244           &.active {
245             .minicart-overlay { 245             .minicart-overlay {
246                 display: block; 246                 display: block;
247             } 247             }
248             .block-minicart {transform: translateX(0);} 248             .block-minicart {transform: translateX(0);}
249           } 249           }
250           > .mage-dropdown-dialog {display: block !important;} 250           > .mage-dropdown-dialog {display: block !important;}
251           .block-minicart { 251           .block-minicart {
252             transform: translateX(105%);z-index: 1025;transition: transform 0.35s;position: fixed;top: 0;height: 100%;right: 0 !important;left: auto !important;width: 320px;min-width: auto;margin: 0; 252             transform: translateX(105%);z-index: 1025;transition: transform 0.35s;position: fixed;top: 0;height: 100%;right: 0 !important;left: auto !important;width: 320px;min-width: auto;margin: 0;
253             padding-left: 0; 253             padding-left: 0;
254             padding-right: 0; 254             padding-right: 0;
255             > div { 255             > div {
256               height: 100%; 256               height: 100%;
257               display: flex; 257               display: flex;
258               flex-direction: column; 258               flex-direction: column;
259             } 259             }
260             .block-title { 260             .block-title {
261               display: block; 261               display: block;
262               padding: 10px 20px; 262               padding: 10px 20px;
263               margin: 0; 263               margin: 0;
264               flex: 0 0 auto; 264               flex: 0 0 auto;
265               .qty { 265               .qty {
266                 display: none; 266                 display: none;
267               } 267               }
268             } 268             }
269             .total-count,li,.subtotal,.block-content > .actions,.minicart-widgets { 269             .total-count,li,.subtotal,.block-content > .actions,.minicart-widgets {
270                 padding-left: 20px; 270                 padding-left: 20px;
271                 padding-right: 20px; 271                 padding-right: 20px;
272             } 272             }
273           } 273           }
274           .minicart-overlay { 274           .minicart-overlay {
275             position: fixed; 275             position: fixed;
276             z-index: 1023; 276             z-index: 1023;
277             left: 0; 277             left: 0;
278             top: 0; 278             top: 0;
279             bottom: 0; 279             bottom: 0;
280             right: 0; 280             right: 0;
281             background: rgba(0,0,0,0.4); 281             background: rgba(0,0,0,0.4);
282             display: none; 282             display: none;
283             svg { 283             svg {
284                 position: absolute; 284                 position: absolute;
285                 top: 10px; 285                 top: 10px;
286                 right: 330px; 286                 right: 330px;
287                 width: 1.5rem; 287                 width: 1.5rem;
288                 height: 1.5rem; 288                 height: 1.5rem;
289                 cursor: pointer; 289                 cursor: pointer;
290             } 290             }
291           } 291           }
292           .block-content { 292           .block-content {
293               display: flex; 293               display: flex;
294               flex-direction: column; 294               flex-direction: column;
295               height: 100%; 295               height: 100%;
296               flex: 1 1 100%; 296               flex: 1 1 100%;
297               .minicart-items-wrapper { 297               .minicart-items-wrapper {
298                   max-height: inherit; 298                   max-height: inherit;
299                   flex: 1 1 100%; 299                   flex: 1 1 100%;
300                   height: 100% !important; 300                   height: 100% !important;
301                   overflow: auto; 301                   overflow: auto;
302                   position: relative; 302                   position: relative;
303                   .minicart-items { 303                   .minicart-items {
304                     position: absolute; 304                     position: absolute;
305                     top: 0; 305                     top: 0;
306                     right: 0; 306                     right: 0;
307                     bottom: 0; 307                     bottom: 0;
308                     padding: 0; 308                     padding: 0;
309                     left: 0; 309                     left: 0;
310                     max-height: 100%; 310                     max-height: 100%;
311                     list-style: none; 311                     list-style: none;
312                     overflow: hidden; 312                     overflow: hidden;
313                     overflow-y: auto; 313                     overflow-y: auto;
314                     -webkit-overflow-scrolling: touch; 314                     -webkit-overflow-scrolling: touch;
315                     scrollbar-width: thin; 315                     scrollbar-width: thin;
316                     &::-webkit-scrollbar { 316                     &::-webkit-scrollbar {
317                         width: 5px; 317                         width: 5px;
318                     } 318                     }
319                     &::-webkit-scrollbar-track { 319                     &::-webkit-scrollbar-track {
320                         background-color: rgba(0,0,0,.05); 320                         background-color: rgba(0,0,0,.05);
321                     } 321                     }
322                     &::-webkit-scrollbar-thumb { 322                     &::-webkit-scrollbar-thumb {
323                         background-color: rgba(0,0,0,.12); 323                         background-color: rgba(0,0,0,.12);
324                     } 324                     }
325                   } 325                   }
326               } 326               }
327               .subtotal { 327               .subtotal {
328                   flex: 0 0 auto; 328                   flex: 0 0 auto;
329               } 329               }
330           } 330           }
331         } 331         }
332     } 332     }
333     .cart-design-2 { 333     .cart-design-2 {
334       .action { 334       .action {
335         &.showcart { 335         &.showcart {
336           .minicart-icon { 336           .minicart-icon {
337             width: 25px; 337             width: 25px;
338             height: 20px; 338             height: 20px;
339             border: 2px solid #222529; 339             border: 2px solid #222529;
340             border-radius: 0 0 5px 5px; 340             border-radius: 0 0 5px 5px;
341             position: relative; 341             position: relative;
342             opacity: 1; 342             opacity: 1;
343             margin: 6px 3px 0; 343             margin: 6px 3px 0;
344             font-size: 32px; 344             font-size: 32px;
345             &::before { 345             &::before {
346               content: ''; 346               content: '';
347               position: absolute; 347               position: absolute;
348               border: 2px solid; 348               border: 2px solid;
349               border-color: inherit; 349               border-color: inherit;
350               border-bottom: none; 350               border-bottom: none;
351               border-radius: 10px 10px 0 0; 351               border-radius: 10px 10px 0 0;
352               left: 50%; 352               left: 50%;
353               top: -8px; 353               top: -8px;
354               margin-left: -7.5px; 354               margin-left: -7.5px;
355               width: 15px; 355               width: 15px;
356               height: 11px; 356               height: 11px;
357             } 357             }
358           } 358           }
359         } 359         }
360       } 360       }
361     } 361     }
362     .minicart-items-wrapper { 362     .minicart-items-wrapper {
363         overflow-x: auto; 363         overflow-x: auto;
364     } 364     }
365  365 
366     .minicart-items { 366     .minicart-items {
367         .lib-list-reset-styles(); 367         .lib-list-reset-styles();
368         .product-item { 368         .product-item {
369             > .product { 369             > .product {
370                 &:extend(.abs-add-clearfix all); 370                 &:extend(.abs-add-clearfix all);
371             } 371             }
372         } 372         }
373         .product-image-wrapper { 373         .product-image-wrapper {
374             &:extend(.abs-reset-image-wrapper all); 374             &:extend(.abs-reset-image-wrapper all);
375         } 375         }
376         .product-item-pricing { 376         .product-item-pricing {
377             .label { 377             .label {
378                 display: inline-block; 378                 display: inline-block;
379             } 379             }
380         } 380         }
381         .price-minicart { 381         .price-minicart {
382             margin-bottom: @indent__xs; 382             margin-bottom: @indent__xs;
383         } 383         }
384         .product-item-details { 384         .product-item-details {
385             text-align: left; 385             text-align: left;
386             .price-including-tax, 386             .price-including-tax,
387             .price-excluding-tax { 387             .price-excluding-tax {
388                 margin: @indent__xs 0; 388                 margin: @indent__xs 0;
389             } 389             }
390             .weee[data-label] { 390             .weee[data-label] {
391                 .lib-font-size(11); 391                 .lib-font-size(11);
392                 .label { 392                 .label {
393                     &:extend(.abs-no-display all); 393                     &:extend(.abs-no-display all);
394                 } 394                 }
395             } 395             }
396             .details-qty { 396             .details-qty {
397                 margin-top: @indent__s; 397                 margin-top: @indent__s;
398             } 398             }
399         } 399         }
400         .product { 400         .product {
401             > .product-item-photo, 401             > .product-item-photo,
402             > .product-image-container { 402             > .product-image-container {
403                 float: left; 403                 float: left;
404                 min-width: 0; 404                 min-width: 0;
405             } 405             }
406             .toggle { 406             .toggle {
407                 &:after { 407                 &:after {
408                     position: static; 408                     position: static;
409                     margin: 0 0 0 @indent__xs; 409                     margin: 0 0 0 @indent__xs;
410                     .lib-css(color, @color-gray56); 410                     .lib-css(color, @color-gray56);
411                 } 411                 }
412                 border: 0; 412                 border: 0;
413                 padding: 0 @indent__xl @indent__xs 0; 413                 padding: 0 @indent__xl @indent__xs 0;
414             } 414             }
415             .product.options { 415             .product.options {
416                 > .toggle { 416                 > .toggle {
417                     &:after { 417                     &:after {
418                         font-family: @icon-font-family; 418                         font-family: @icon-font-family;
419                     } 419                     }
420                     .lib-icon-font-symbol( 420                     .lib-icon-font-symbol(
421                         @_icon-font-content: @icon-down, 421                         @_icon-font-content: @icon-down,
422                         @_icon-font-position: after 422                         @_icon-font-position: after
423                     ); 423                     );
424                 } 424                 }
425                 &.active { 425                 &.active {
426                     > .toggle { 426                     > .toggle {
427                         .lib-icon-font-symbol( 427                         .lib-icon-font-symbol(
428                             @_icon-font-content: @icon-up, 428                             @_icon-font-content: @icon-up,
429                             @_icon-font-position: after 429                             @_icon-font-position: after
430                         ); 430                         );
431                     } 431                     }
432                 } 432                 }
433             } 433             }
434             &.pricing { 434             &.pricing {
435                 margin-top: 3px; 435                 margin-top: 3px;
436             } 436             }
437             &.options { 437             &.options {
438                 .tooltip.toggle { 438                 .tooltip.toggle {
439                     .lib-icon-font( 439                     .lib-icon-font(
440                         @icon-down, 440                         @icon-down,
441                         @_icon-font-size: 12px, 441                         @_icon-font-size: 12px,
442                         @_icon-font-line-height: 12px, 442                         @_icon-font-line-height: 12px,
443                         @_icon-font-text-hide: true, 443                         @_icon-font-text-hide: true,
444                         @_icon-font-margin: -3px 0 0 7px, 444                         @_icon-font-margin: -3px 0 0 7px,
445                         @_icon-font-position: after 445                         @_icon-font-position: after
446                     ); 446                     );
447                 } 447                 }
448                 .details { 448                 .details {
449                     display: none; 449                     display: none;
450                 } 450                 }
451             } 451             }
452         } 452         }
453         .details-qty, 453         .details-qty,
454         .price-minicart { 454         .price-minicart {
455             .label { 455             .label {
456                 &:extend(.abs-colon all); 456                 &:extend(.abs-colon all);
457             } 457             }
458         } 458         }
459         .item-qty { 459         .item-qty {
460             width: 40px; 460             width: 40px;
461             text-align: center; 461             text-align: center;
462             margin-right: @indent__s; 462             margin-right: @indent__s;
463             border-radius: 3px; 463             border-radius: 3px;
464         } 464         }
465         .update-cart-item { 465         .update-cart-item {
466             vertical-align: top; 466             vertical-align: top;
467             .lib-font-size(11); 467             .lib-font-size(11);
468         } 468         }
469         .subtitle { 469         .subtitle {
470             display: none; 470             display: none;
471         } 471         }
472     } 472     }
473  473 
474 } 474 }
475  475 
476 // 476 //
477 //  Mobile 477 //  Mobile
478 //  _____________________________________________ 478 //  _____________________________________________
479  479 
480 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) { 480 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) {
481     .minicart-wrapper .block-minicart { 481     .minicart-wrapper .block-minicart {
482         width: 290px; 482         width: 290px;
483     } 483     }
484 } 484 }
485  485 
486 // 486 //
487 //  Desktop 487 //  Desktop
488 //  _____________________________________________ 488 //  _____________________________________________
489  489 
490 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { 490 .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
491     .minilist .action.delete, 491     .minilist .action.delete,
492     .minicart-wrapper .action.edit { 492     .minicart-wrapper .action.edit {
493         .lib-icon-font-size( 493         .lib-icon-font-size(
494             @_icon-font-size: 16px 494             @_icon-font-size: 16px
495         ); 495         );
496     } 496     }
497 } 497 }